body{
	width : 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	
	
	
}
#main{
	
	background-color: black;
	width:100%;
	height: 60px;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
		
}
a{
	text-decoration:none;
}
#logo{
	float:left;
}

#logo2{
	float:right;
	margin-right:20px;
}

#info{
	
	width: 100%;
	height:135%;
    padding-top:100px;
	background-color:black;
	opacity:0.7;
}

#info_logo{
	width: 500px;
    height: se-resize;
	float: left;
	color:white;
	padding-left:30px;
	
	
}
#info2{
	width: 500px;
    height: se-resize;
	float: right;
	color:white;
	padding-left:30px;
	padding-right:30px;
	
}
#about{
	
	width: 80%;

	margin-top:200px;
	
}

#aboutinfo{
	
	
	height:se-resize;
	margin-top:50px;
	padding-left:10px;
	padding-right:10px;
	
	background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
#aboutinfo1{
	
	text-align:left;
	height:se-resize;
	margin-top:50px;
	padding-left:10px;
	padding-right:10px;
	
	background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
#contact{
	
	background-color: black;
	width:100%;
	height: se-resize;
	padding-bottom:10px;
	padding-top:10px;
	color:white;
	
	
	
		
}
#login_form{
	
	width:500px;
	height:550px;
	
	padding-top: 100px;
	
		background-color: #f1f1f1;
	padding-top:20px;
	padding-bottom: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
#input_form{
	
	height:40px;
	width:300px;
	
}
#submit{
	width:200px;
	height:40px;
	background-color:black;
	color:white;
	border-radius:10px;
	
}


.dropdown {
 position: relative;
 display: inline-block;
margin-right:20px;
 margin-top:15px;
 
}
 
.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f1f1f1;
 min-width: 300px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
 text-align:left;
 padding-left:10px;
 padding-top:10px;
}
.dropdown-content a {
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
 
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}



